Crate leptos_server
source ·Structs§
- An action synchronizes an imperative
async
call to the synchronous reactive system. - An action that synchronizes multiple imperative
async
calls to the reactive system, tracking the progress of each one. - An action that has been submitted by dispatching it to a MultiAction.
Enums§
- Type for errors that can occur when using server functions.
- Type for errors that can occur when using server functions.
Functions§
- Creates an Action to synchronize an imperative
async
call to the synchronous reactive system. - Creates a MultiAction to synchronize an imperative
async
call to the synchronous reactive system. - Creates an Action that can be used to call a server function.
- Creates a MultiAction that can be used to call a server function.